home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Games Machine 76
/
XENIATGM66.iso
/
Interstate 82
/
i82demo.exe
/
data
/
Data
/
Shell
/
ldl
/
joingame.ldl
< prev
next >
Wrap
Text File
|
1999-10-14
|
5KB
|
236 lines
#######################################
# File: selcnct.ldl
# Last Access: Mon May 18 11:40:26 1998
#######################################
##-----------------------------------##
## Data ##
##-----------------------------------##
gamejoinwindow:nswindow {
titlestatictext:nstitlestatictext {
string text "Join Game"
}
gamesstatictext:nsstatictext {
int xpct 20
int ypct 20
int widthpct 50
int heightpct 5
int fontsize 20
string text "Games"
}
gameslistbox:nslistbox {
int xpct 20
int ypct 30
int widthpct 37
int heightpct 35
rangery:nsscrollbar {
int widthpix 20
string type "scroller"
string orientation "vertical"
thumb:nsbutton {
}
decy:nsbutton {
}
incy:nsbutton {
}
}
header {
switch0:nsheaderswitch {
string parent "gamejoinwindow.gameslistbox"
int widthpct 50
int heightpix 25
string text "Name"
}
switch1:nsheaderswitch {
string parent "gamejoinwindow.gameslistbox"
int widthpix 25
int heightpix 25
string icon "locked.tga"
}
switch2:nsheaderswitch {
string parent "gamejoinwindow.gameslistbox"
int widthpix 25
int heightpix 25
string icon "launched.tga"
}
switch3:nsheaderswitch {
string parent "gamejoinwindow.gameslistbox"
int widthpix 25
int heightpix 25
string icon "closed.tga"
}
switch4:nsheaderswitch {
string parent "gamejoinwindow.gameslistbox"
int widthpix 25
int heightpix 25
string icon "players.tga"
}
switch5:nsheaderswitch {
string parent "gamejoinwindow.gameslistbox"
int widthpct 10
int heightpix 25
string text "Teams"
}
}
}
gamenamestatictext:nsstatictext {
int xpct 60
int ypct 20
int widthpct 20
int heightpix 25
int fontsize 20
string text "Game Name:"
}
gamenametextfield {
int xpct 60
int ypct 25
int widthpct 20
int heightpix 25
}
passwordstatictext:nsstatictext {
int xpct 60
int ypct 30
int widthpct 20
int heightpix 25
int fontsize 20
string text "Password:"
}
passwordtextfield {
int xpct 60
int ypct 35
int widthpct 20
int heightpix 25
bool password true
}
iconlegendstatictext:nsstatictext {
int xpct 60
int ypct 40
int widthpct 20
int heightpix 25
int fontsize 20
string text "Icon Legend:"
lockedicon {
int xpix 40
int ypix 50
int widthpct 100
int heightpct 100
string image0 "locked.tga"
string textblttype "fill"
int fontsize 20
string text " Locked"
tipwindow {
int widthpix 400
int heightpix 30
tip {
string text "Indicates private game - you must know password to enter"
string image0 "tile1.tga"
string imageblttype "tile"
}
}
}
launchedicon {
int xpix 40
int ypix 75
int widthpct 100
int heightpct 100
string image0 "launched.tga"
string textblttype "fill"
int fontsize 20
string text " Launched"
tipwindow {
int widthpix 400
int heightpix 30
tip {
string text "Indicates game has started"
string image0 "tile1.tga"
string imageblttype "tile"
}
}
}
openicon {
int xpix 40
int ypix 100
int widthpct 100
int heightpct 100
string image0 "open.tga"
string textblttype "fill"
int fontsize 20
string text " Open"
tipwindow {
int widthpix 400
int heightpix 30
tip {
string text "Indicates you may join this game"
string image0 "tile1.tga"
string imageblttype "tile"
}
}
}
closedicon {
int xpix 40
int ypix 125
int widthpct 100
int heightpct 100
string image0 "closed.tga"
string textblttype "fill"
int fontsize 20
string text " Closed"
tipwindow {
int widthpix 400
int heightpix 30
tip {
string text "Indicates you may not join this game"
string image0 "tile1.tga"
string imageblttype "tile"
}
}
}
}
cancelbutton:nsprevbutton {
tipwindow {
int widthpix 300
int heightpix 30
tip {
string text "Return to Main Chat Screen"
string image0 "tile1.tga"
string imageblttype "tile"
}
}
}
closebutton:nsclosebutton {
tipwindow {
int widthpix 300
int heightpix 30
tip {
string text "Exit the program"
string image0 "tile1.tga"
string imageblttype "tile"
}
}
}
helpbutton:nshelpbutton {
tipwindow {
int widthpix 300
int heightpix 30
tip {
string text "View the technical help"
string image0 "tile1.tga"
string imageblttype "tile"
}
}
}
okbutton:nsnextbutton {
tipwindow {
int widthpix 300
int heightpix 30
tip {
string text "Join the selected Game"
string image0 "tile1.tga"
string imageblttype "tile"
}
}
}
}
$